home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / insite.zip / _SETUP.1 / inSite.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1997-03-29  |  7KB  |  343 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 61
  3.   Top = 295
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options...'
  7.   ClientHeight = 418
  8.   ClientWidth = 364
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 269
  21.     Height = 418
  22.     Align = alLeft
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label4: TLabel
  27.     Left = 155
  28.     Top = 52
  29.     Width = 90
  30.     Height = 18
  31.     AutoSize = False
  32.     Caption = 'megabytes free'
  33.   end
  34.   object Label1: TLabel
  35.     Left = 139
  36.     Top = 113
  37.     Width = 114
  38.     Height = 16
  39.     Hint = 'FTP sites take longer to connect so do not set this too low...'
  40.     AutoSize = False
  41.     Caption = 'seconds of zero bytes'
  42.   end
  43.   object Label2: TLabel
  44.     Left = 166
  45.     Top = 93
  46.     Width = 41
  47.     Height = 19
  48.     AutoSize = False
  49.     Caption = 'times'
  50.   end
  51.   object Label3: TLabel
  52.     Left = 8
  53.     Top = 192
  54.     Width = 120
  55.     Height = 13
  56.     Caption = 'Netscape bookmarks file:'
  57.   end
  58.   object chkListFilesYouHave: TCheckBox
  59.     Left = 8
  60.     Top = 10
  61.     Width = 162
  62.     Height = 17
  63.     HelpContext = 3502
  64.     Caption = 'List files you already have'
  65.     Font.Color = clBlack
  66.     Font.Height = -12
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 1
  71.     OnClick = chkListFilesYouHaveClick
  72.   end
  73.   object chkTimeOut: TCheckBox
  74.     Left = 8
  75.     Top = 111
  76.     Width = 95
  77.     Height = 17
  78.     Hint = 'FTP sites take longer to connect so do not set this too low...'
  79.     HelpContext = 3507
  80.     Caption = 'Timeout in'
  81.     Font.Color = clBlack
  82.     Font.Height = -12
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 10
  87.     OnClick = chkDownloadLimitClick
  88.   end
  89.   object spnTimeOutTime: TSpinEdit
  90.     Left = 83
  91.     Top = 111
  92.     Width = 50
  93.     Height = 22
  94.     Hint = 'FTP sites take longer to connect so do not set this too low...'
  95.     AutoSize = False
  96.     Increment = 5
  97.     MaxValue = 3000
  98.     MinValue = 1
  99.     TabOrder = 11
  100.     Value = 2
  101.     OnChange = spnTimeOutTimeChange
  102.   end
  103.   object btnSave: TButton
  104.     Left = 279
  105.     Top = 8
  106.     Width = 78
  107.     Height = 28
  108.     Caption = '&Save...'
  109.     Default = True
  110.     Font.Color = clBlack
  111.     Font.Height = -12
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 0
  116.     OnClick = btnSaveClick
  117.   end
  118.   object chkPromptOnOverWrite: TCheckBox
  119.     Left = 8
  120.     Top = 30
  121.     Width = 193
  122.     Height = 17
  123.     HelpContext = 3503
  124.     Caption = 'Prompt on overwrite'
  125.     Font.Color = clBlack
  126.     Font.Height = -12
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ParentFont = False
  130.     TabOrder = 2
  131.   end
  132.   object chkDownloadLimit: TCheckBox
  133.     Left = 8
  134.     Top = 51
  135.     Width = 95
  136.     Height = 17
  137.     HelpContext = 3504
  138.     Caption = 'Leave approx.'
  139.     Font.Color = clBlack
  140.     Font.Height = -12
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 3
  145.     OnClick = chkDownloadLimitClick
  146.   end
  147.   object chkDelPartialTransfers: TCheckBox
  148.     Left = 8
  149.     Top = 71
  150.     Width = 139
  151.     Height = 17
  152.     HelpContext = 3505
  153.     Caption = 'Delete partial transfers'
  154.     Font.Color = clBlack
  155.     Font.Height = -12
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     State = cbChecked
  160.     TabOrder = 4
  161.   end
  162.   object chkRetryConnect: TCheckBox
  163.     Left = 8
  164.     Top = 91
  165.     Width = 109
  166.     Height = 17
  167.     HelpContext = 3506
  168.     Caption = 'Retry connections'
  169.     State = cbChecked
  170.     TabOrder = 5
  171.   end
  172.   object btnCancel: TButton
  173.     Left = 280
  174.     Top = 43
  175.     Width = 77
  176.     Height = 27
  177.     Caption = '&Cancel'
  178.     TabOrder = 22
  179.     OnClick = btnCancelClick
  180.   end
  181.   object chkShowIcons: TCheckBox
  182.     Left = 8
  183.     Top = 132
  184.     Width = 156
  185.     Height = 17
  186.     HelpContext = 3509
  187.     Caption = 'Show file type/status icons'
  188.     TabOrder = 6
  189.   end
  190.   object spnDownloadLimitMegs: TSpinEdit
  191.     Left = 100
  192.     Top = 49
  193.     Width = 47
  194.     Height = 22
  195.     AutoSize = False
  196.     Increment = 2
  197.     MaxValue = 3000
  198.     MinValue = 1
  199.     TabOrder = 7
  200.     Value = 20
  201.   end
  202.   object spnRetryConnectTimes: TSpinEdit
  203.     Left = 118
  204.     Top = 86
  205.     Width = 41
  206.     Height = 22
  207.     AutoSize = False
  208.     MaxValue = 1000
  209.     MinValue = 1
  210.     TabOrder = 8
  211.     Value = 1
  212.   end
  213.   object chkSortList: TCheckBox
  214.     Left = 8
  215.     Top = 152
  216.     Width = 134
  217.     Height = 17
  218.     HelpContext = 3508
  219.     Caption = 'Sort files found list'
  220.     TabOrder = 9
  221.     OnClick = chkSortListClick
  222.   end
  223.   object txtNetBkmrks: TEdit
  224.     Left = 8
  225.     Top = 208
  226.     Width = 169
  227.     Height = 21
  228.     HelpContext = 3511
  229.     TabOrder = 12
  230.     Text = 'c:\netscape\program\bookmark.htm'
  231.   end
  232.   object Button1: TButton
  233.     Left = 184
  234.     Top = 208
  235.     Width = 75
  236.     Height = 21
  237.     Caption = 'Browse...'
  238.     TabOrder = 13
  239.     OnClick = Button1Click
  240.   end
  241.   object chkSounds: TCheckBox
  242.     Left = 8
  243.     Top = 172
  244.     Width = 97
  245.     Height = 17
  246.     HelpContext = 3510
  247.     Caption = 'Enable sounds'
  248.     TabOrder = 14
  249.   end
  250.   object Button4: TButton
  251.     Left = 184
  252.     Top = 304
  253.     Width = 75
  254.     Height = 21
  255.     Caption = 'Browse...'
  256.     TabOrder = 15
  257.     OnClick = Button4Click
  258.   end
  259.   object rgrLogFileOptions: TRadioGroup
  260.     Left = 8
  261.     Top = 232
  262.     Width = 253
  263.     Height = 65
  264.     HelpContext = 3512
  265.     Caption = 'Log File Options'
  266.     ItemIndex = 2
  267.     Items.Strings = (
  268.       'Use server name'
  269.       'Use specified file'
  270.       'No log')
  271.     TabOrder = 16
  272.   end
  273.   object txtLogFile: TEdit
  274.     Left = 8
  275.     Top = 304
  276.     Width = 169
  277.     Height = 21
  278.     HelpContext = 3512
  279.     TabOrder = 17
  280.   end
  281.   object chkMakeLinksLocal: TCheckBox
  282.     Left = 8
  283.     Top = 332
  284.     Width = 133
  285.     Height = 17
  286.     Hint = 'Make links local on downloaded HTML files...'
  287.     HelpContext = 3513
  288.     Caption = 'Make links local'
  289.     TabOrder = 18
  290.   end
  291.   object chkScanNonLinkedDirs: TCheckBox
  292.     Left = 8
  293.     Top = 352
  294.     Width = 225
  295.     Height = 17
  296.     Hint = 'Scan parent directories of linked directories...'
  297.     HelpContext = 3514
  298.     Caption = 'Scan directories not directly linked'
  299.     TabOrder = 19
  300.   end
  301.   object chkAutoNumberIndex: TCheckBox
  302.     Left = 8
  303.     Top = 372
  304.     Width = 215
  305.     Height = 17
  306.     Hint = 'Appends a number rather than overwriting "index.html"...'
  307.     HelpContext = 3515
  308.     Caption = 'Auto number "index.html" files'
  309.     TabOrder = 20
  310.     OnClick = chkAutoNumberIndexClick
  311.   end
  312.   object chkIncludeBookmarkLinks: TCheckBox
  313.     Left = 8
  314.     Top = 393
  315.     Width = 193
  316.     Height = 17
  317.     Hint = 'Include links to locations in pages...'
  318.     HelpContext = 3516
  319.     Caption = 'Include bookmark "#" links'
  320.     TabOrder = 21
  321.   end
  322.   object openHTML: TOpenDialog
  323.     DefaultExt = 'htm'
  324.     FileEditStyle = fsEdit
  325.     Filter = 'HTML files|*.html;*.htm'
  326.     InitialDir = '.'
  327.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoReadOnlyReturn]
  328.     Title = 'Select Bookmark File...'
  329.     Left = 276
  330.     Top = 232
  331.   end
  332.   object openLog: TOpenDialog
  333.     DefaultExt = 'log'
  334.     FileEditStyle = fsEdit
  335.     Filter = 'Log files|*.log'
  336.     InitialDir = '.'
  337.     Options = [ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  338.     Title = 'Select Log File...'
  339.     Left = 280
  340.     Top = 340
  341.   end
  342. end
  343.